icon-browser: Don't show empty categories
authorMatthias Clasen <mclasen@redhat.com>
Tue, 29 Jul 2014 12:07:54 +0000 (14:07 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 29 Jul 2014 12:07:54 +0000 (14:07 +0200)
We don't have any icons in International, so don't show the
category. And process-working is really just a theme asset,
so don't show that either.

demos/icon-browser/iconbrowserwin.c

index 903d932ae385e23d2f930686ac8419d5ed9a595e..6bb0684b9cb2461c2d04233a624d60e0847f40b8 100644 (file)
@@ -314,9 +314,6 @@ populate (IconBrowserWindow *win)
   add_icon (win, "zoom-original", "The icon used for the “Original Size” item in the application's “View” menu.", "actions");
   add_icon (win, "zoom-out", "The icon used for the “Zoom Out” item in the application's “View” menu. ", "actions");
 
-  add_context (win, "animations", "Animations", "Animated images used to represent loading web sites, or other background processing which may be less suited to more verbose progress reporting in the user interface.");
-  add_icon (win, "process-working", "This is the standard spinner animation for web browsers and file managers to show that the location is loading.", "animations");
-
   add_context (win, "apps", "Applications", "Icons that describe what an application is, for use in the Programs menu, window decorations, and the task list.");
   add_icon (win, "accessories-calculator", "The icon used for the desktop's calculator accessory program.", "apps"); 
   add_icon (win, "accessories-character-map", "The icon used for the desktop's international and extended text character accessory program.", "apps");
@@ -464,8 +461,6 @@ populate (IconBrowserWindow *win)
   add_icon (win, "face-worried", "The icon used for the :-S emote.", "emotes");
   add_icon (win, "face-yawn", "", "emotes"); // missing from spec
 
-  add_context (win, "intl", "International", "Icons for international denominations such as flags.");
-
   add_context (win, "mimetypes", "Mime Types", "Icons for different types of data, such as audio or image files.");
   add_icon (win, "application-certificate", "", "mimetypes"); // missing from spec
   add_icon (win, "application-rss+xml", "", "mimetypes"); // missing from spec